Skip to content

feat: gate Telegram access and label users - #170

Merged
QueryPlanner merged 1 commit into
mainfrom
codex/telegram-access-observability
Aug 20, 2026
Merged

feat: gate Telegram access and label users#170
QueryPlanner merged 1 commit into
mainfrom
codex/telegram-access-observability

Conversation

@QueryPlanner

Copy link
Copy Markdown
Owner

What

Add a shared Telegram access-code gate and local dashboard identity labels.

Why

Restrict new Telegram access while making local user activity identifiable.

How

  • Require new private users to authenticate with /start .
  • Grandfather historical private sessions without changing their identifiers.
  • Invalidate passphrase authorization after code rotation.
  • Store display names and usernames locally for dashboard rendering.
  • Keep identity labels out of exported telemetry.

Tests

  • uv run ruff format
  • uv run ruff check
  • uv run mypy .
  • uv run pytest --cov=src
  • ADK prompt behavior evaluation case

Related Issues

  • None.

- Gate new private Telegram users behind /start <access-code>
- Preserve legacy sessions while enforcing code rotation
- Show local Telegram labels in the observability dashboard
- Cover access, storage, and dashboard behavior
@QueryPlanner
QueryPlanner merged commit 5d3ac4c into main Aug 20, 2026
3 checks passed
@QueryPlanner
QueryPlanner deleted the codex/telegram-access-observability branch August 20, 2026 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant